
.order
{
border-top: 1px solid #ebebeb;

}

.order h3 {background: url("header_bg.gif") no-repeat scroll left 8px rgba(0, 0, 0, 0);
    clear: both;
    color: #2798e1;
    font: 24px Arial,sans-serif;
    margin: 0 0 14px;
    padding-left: 17px;
    width: 100%;}

.form
{
    background: none repeat scroll 0 0 #f5f6f5;
    border-radius: 11px;
    margin: 6px;
    padding: 15px;
}
.form_old label
{
	clear: both;
    float: left;
    font-weight: bold;
    padding: 0 15px 0 0;
    text-align: right;
    width: 210px;
}

.form textarea
{
	height:100px;
}
.form input:not([type]), .form input[type="text"], .form textarea
{
	width: 90%;
}

.licence
{
	font-size:10px;
}

.send_button_area
{
	width:100%;
	text-align:center;
}